Fix a property nick typo.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Dec 2004 03:41:04 +0000 (03:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Dec 2004 03:41:04 +0000 (03:41 +0000)
2004-12-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtklabel.c (gtk_label_class_init): Fix a property
nick typo.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtklabel.c

index 84b8c220e97810d1929f693bc4eb1689e95c1e1a..a62cda33145a413e8c8976bb73f7e277972fa83d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+       nick typo. 
+
        * gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
        filter if an otherwise invisible file is selected via the 
        location popup.  (#159896, Carlos Garnacho Parro)
index 84b8c220e97810d1929f693bc4eb1689e95c1e1a..a62cda33145a413e8c8976bb73f7e277972fa83d 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+       nick typo. 
+
        * gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
        filter if an otherwise invisible file is selected via the 
        location popup.  (#159896, Carlos Garnacho Parro)
index 84b8c220e97810d1929f693bc4eb1689e95c1e1a..a62cda33145a413e8c8976bb73f7e277972fa83d 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+       nick typo. 
+
        * gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
        filter if an otherwise invisible file is selected via the 
        location popup.  (#159896, Carlos Garnacho Parro)
index 84b8c220e97810d1929f693bc4eb1689e95c1e1a..a62cda33145a413e8c8976bb73f7e277972fa83d 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+       nick typo. 
+
        * gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
        filter if an otherwise invisible file is selected via the 
        location popup.  (#159896, Carlos Garnacho Parro)
index 9c26a23b642926342de7a376d097da9005d966e1..b9c4c2971f48fa74be041bf7cd15ea655d8ae483 100644 (file)
@@ -446,7 +446,7 @@ gtk_label_class_init (GtkLabelClass *class)
   g_object_class_install_property (gobject_class,
                                    PROP_WIDTH_CHARS,
                                    g_param_spec_int ("width_chars",
-                                                     P_("Width In Chararacters"),
+                                                     P_("Width In Characters"),
                                                      P_("The desired width of the label, in characters"),
                                                      -1,
                                                      G_MAXINT,